Crate mmtk_macros

source ·

Derive Macros§

  • This macro will generate an implementation of HasSpaces for a plan or any structs that contain spaces, including Gen, CommonPlan and BasePlan.
  • The macro will generate an implementation of PlanTraceObject for the plan. With PlanTraceObject, the plan will be able to use PlanProcessEdges for GC tracing.